home *** CD-ROM | disk | FTP | other *** search
- Description of SQL script files for SuperOffice 3.1
-
- Extension describes what type of SQL server they are meant for
-
- .WQL = Watcom SQL
- .OQL = Oracle
- .YQL = Sybase SQL Server
- .MQL = Microsoft SQL Server
- .5QL = Sybase SQL Anywhere (Watcom 5.0)
-
- First scripts that has to be run manually before priming the database.
- SOINIT.?QL = Create first user (schema) SO with password SO
-
- Next scripts run automatically from SuperOffice during priming of the database.
- SOGRANT.?QL = Create groups, roles and access rights
-
- Examples of what is done in SuperOffice when maintaning users
- SOADMIN.?QL = Add one user to the database (userlevel 0 in SuperOffice)
- SOUSER.?QL = Add one user to the database (any other userlevel)
-
- Scripts for doing a cleanup, removing SuperOffice.
- SODROP.?QL = Drop tables, groups (roles) and user SO (other users will remain).
-
-
- ------
- SOPKEY.?QL = Add primary key to all tables
-
- SO_CREAT.?QL = Create all tables
- SO_DROP.?QL = Drop all tables
- SO_GDROP.?QL = Drop group or role definitions
-